type runtime.finBlock
7 uses
runtime (current package)
mfinal.go#L26: type finBlock struct {
mfinal.go#L28: alllink *finBlock
mfinal.go#L29: next *finBlock
mfinal.go#L49: finq *finBlock // list of finalizers that are to be executed
mfinal.go#L50: finc *finBlock // cache of free blocks
mfinal.go#L56: var allfin *finBlock // list of all blocks
mfinal.go#L116: finc = (*finBlock)(persistentalloc(finBlockSize, 0, &memstats.gcMiscSys))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |